home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Hyperj-Hz / HYPWRT2.cpt / HyperWrite / card_7664.txt < prev    next >
Text File  |  1988-04-03  |  7KB  |  89 lines

  1. -- card: 7664 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 6322
  5. -- name: Instructions
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=30 top=320 right=342 bottom=130
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Print This!
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   PrintField ("bkgnd field 1")
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: A003
  30. -- rect: left=364 top=320 right=342 bottom=464
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Go Back
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   visual effect iris open
  42.   go to card "Info"
  43.   visual effect iris close
  44.   go to card "Primary Card"
  45.  
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part contents for background part 1
  51. ----- text -----
  52.  
  53. THE MENUS:
  54.  
  55. ‚Ä¢ Apple menu: Includes a word count function, which is actually the number of characters in your document, divided by 5. Selecing ‚ÄúDesk Accessories‚Äù will bring up a dialog box from which you can open any desk accessory you've installed. Compatible with Suitcase and Font/DA Juggler+. If you select a DA that adds a menu to the menu bar, you will have to activate HyperCard's menu bar to see it, by pressing command-space. Pressing command-space again will return you to HyperWrite's menu bar.
  56.  
  57. ‚Ä¢ File menu: 
  58. ---New, Open, Save, and Save As... function much as you probably expect. If there is an unsaved document on the screen, you will be asked whether you want to save it.  Once a document has been saved, all subsequent changes to that document are saved as you make them. Name them as you would any Macintosh file (note: HyperWrite may have trouble with very long names, so try to stay under 20 characters or so). 
  59. ---‚ÄúNew & Get Address‚Äù opens a new document and transfers you to Apple's ‚ÄúAddress‚Äù stack. Use the Address Button stack distributed with HyperWrite to automatically put a button in the Address stack that will return you to HyperWrite and place the date and name and address of the person you've selected into the new HyperWrite document. You will have to click after the word ‚ÄúDear‚Äù to continue writing your letter. Notes for advanced users: You may want to customize that button (and this command) if you're using an address stack other than Apple's. Contact me if you need help. You may also want to customize the placement of the date, since the script assumes that you're using a 12 point font (Geneva 12, actually). This can be done simply by varying the number of spaces the script inserts before placing the date in the document.
  60. ---Delete will warn you, but be careful anyway! 
  61. ---HyperWrite documents are internal to HyperWrite, and will not appear as icons in the Finder. To get a HyperWrite document to another application, you can save it as a text file with this menu's Export function, and you can also Import text files from other applications. 
  62. ---Selecting Print will bring you to a screen of choices. More help on printing is available from that screen. ---Quitting HyperWrite will bring you to HyperCard's HOME, while Quitting HyperCard does just that.
  63.  
  64. ‚Ä¢ Edit menu: Standard Undo/Cut/Copy/Paste functions. ‚ÄúFind...‚Äù will find the FIRST occurence in your text of whatever letters you type into the box it provides. ‚ÄúFind Next‚Äù has not yet been implemented, and I‚Äôm open to suggestions. ‚ÄúReplace‚Äù is a preliminary version of that function, with a number of limitations. Specifically: 1) It will only FIND occurences of a single word (it cannot search for a phrase), although you may REPLACE the found text with a phrase. 2) It will not find a word if it is surrounded by some punctuation other than a space (i.e. it won‚Äôt find a word if it is directly followed by a period or a comma, unless you included the period or comma in your ‚ÄúFind‚Äù request). 3) In general, quotation marks will throw it off. Despite these limitations, I decided to include it, since it is still useful for many functions, and it may help someone give me an idea on how to improve it.
  65.  
  66. ‚Ä¢ Format menu: Just what it says: left/right justify, center, single/double space, plain/bold/italics. Less frequently used formats (outline, shadow, etc.) are available by selecting Other. All selections here, as well as in the Font and Size menus, apply to the entire document.  
  67.  
  68. ‚Ä¢ Font menu: Only Geneva, Monaco, and Chicago are listed, since those are the only ones I knew everyone would have (they're required by the System). Other fonts you've installed are available by selecting Other. 
  69.  
  70. ‚Ä¢ Size menu: No surprises here.
  71.  
  72. ‚Ä¢ Transfer menu: Open Application launches whatever program you choose. You will be returned to HyperWrite when you Quit that program. ‚ÄúBring this to your word processor‚Äù will copy your document to the clipboard and launch MacWrite, so you can paste and do additional formatting there if you require it. It is very easy to change that script so that it takes you to Word, Write Now, or wherever you want. Just look at the script and replace the single occurence of the word ‚ÄúMacWrite‚Äù with the name of your word processor. If you're confused, contact me for help. The other functions in this menu are self explanatory.
  73.  
  74. OTHER FEATURES:
  75.  
  76. ‚Ä¢ Clicking on the date will put the date (without the day) on the clipboard. You can then click anywhere in your document and Paste it (using Paste in the Edit menu). Note: After clicking on the date, you MUST click where you want to continue editing before you can type, even if you decide not to insert the date at that point. The date wil remain on the clipboard until you Cut or Copy something else.
  77.  
  78. ‚Ä¢ Clicking on the 10, 50, or 100 tab buttons will insert that many spaces at your current location. HyperCard does not support the tab key for this function. Again, you can modify the scripts for whatever number of spaces you like.
  79.  
  80. ‚Ä¢ Whenever you start HyperWrite, it will automatically open the last document you worked on.
  81.  
  82. ANOMALIES TO BE AWARE OF:
  83.  
  84. ‚Ä¢ After some operations, the cursor may appear as a hand instead of an I-beam. This does not hinder operation of the program, but if it bothers you, just drag the mouse up to the top of the screen and back down, and the I-beam cursor will be restored. 
  85.  
  86. ‚Ä¢ After some operations, your cursor will be placed at the beginning of the first line visible on the screen. If that's not where you want to be, just click wherever you want to edit.
  87.  
  88.  
  89.